define([], function () { "use strict"; var GenericLocale = function () { return { root: { error: "Oops! Something went wrong. The page will now reload.", common: { cancel: "Cancel", submit: "Submit", login: "Login", search: "Search", ok: "Ok", reset: "Reset", review: "Review", confirm: "Confirm", done: "Done", edit: "Edit", create: "Create", save: "Save", name: "{firstName} {lastName}", userName: "{firstName} {lastName} ({userName})", clear: "Clear", lookUp: "Click to lookup", lookUpAlt: "Look Up", closeDialog: "Close Dialog", closeDialogTitle: "Click to Close Dialog", select: "Select", delete: "Delete", yes: "Yes", no: "No", back: "Back", proceed: "Proceed", next: "Next", verify: "Verify", clickHere: "Click here for {action}", ERROR: "Error", INFO: "Information", SUCCESS: "Success", NOTIFICATION: "Notification", backToDashboard: "Back to Dashboard", amount: "Amount", date: "Date", fileInput: { chooseFile: "Choose file...", upload: "Upload" }, H_TOKEN: 'Hard token', T_HARD_TOKEN: 'T_Hard token', S_TOKEN: 'Soft OTP', OTP: 'SMS', JWT_TOKEN: 'JWT token', tenure: { singular: { year: "{count} year", day: "{count} day", month: "{count} month" }, plural: { year: "{count} years", day: "{count} days", month: "{count} months" } }, userSessionExpired: 'Your account has been login on other device. Please login again', accessDeniedNotHavePermission: 'Session is expired. Please login again', accessDeniedNotAuthorized: 'Access Denied. You are not authorized.', accessDeniedBr: 'Your account is blocked. Please contact care center: 19006538/1800545438.', empty_user: "Please input your user name", empty_password: "Please input your password", notFoundUserPass: "Wrong username or password. Please enter username and password again." }, err_version: "Wrong version, please update!", DTF: "Domestic Funds Transfer", ITG: "Internal Funds Transfer", ITR: "International Funds Transfer", MIX: "Mixed Payments", DomesticFTSCB: "Bulk File Domestic Payment", InternalFTSCB: "Bulk File Internal Payment", bulk: { DOMESTIC: "Bulk File Domestic Payment", INTERNAL: "Bulk File Internal Payment" }, lable: { PENDING_APPROVAL: "Pending for Approval", REJECTED: "Rejected", APPROVED: "Approved", INITIATED: "Initiated", COMPLETED: "Completed", EXPIRED: "Expired", VERIFIED: "Verified", UPLOADED: "Uploaded", "PROCESSING IN PROGRESS": "Processing In Progress", "PROCESSING_IN_PROGRESS": "Processing In Progress", PROCESSED: "Processed", ERROR: "Error", DELETED: "Deleted", PROCESSEXCP: "Processed With Exceptions" }, authTypeSelection: "Auth Type Selection", T_HARD_TOKEN: "Hard Token", S_TOKEN: "Soft Token", OTP: "SMS", JWT_TOKEN: "JWT_TOKEN", H_TOKEN: "Hard Token" }, ar: true, fr: true, cs: true, sv: true, en: false, "en-us": false, vn: true }; }; var instance; if (!instance) { instance = new GenericLocale(); } return instance; });